projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1535aaf
)
* src/regex.c (IF_LINT): Remove; it’s in conf_post.h
author
Ken Brown
<kbrown@cornell.edu>
Mon, 30 May 2016 15:36:05 +0000
(11:36 -0400)
committer
Ken Brown
<kbrown@cornell.edu>
Mon, 30 May 2016 15:36:37 +0000
(11:36 -0400)
src/regex.c
patch
|
blob
|
history
diff --git
a/src/regex.c
b/src/regex.c
index af379367be6657256656742f12753e44249d5b2e..05587dabe9d25b169f0bd28aecacbbdf1968f70f 100644
(file)
--- a/
src/regex.c
+++ b/
src/regex.c
@@
-1197,13
+1197,6
@@
print_double_string (re_char *where, re_char *string1, ssize_t size1,
#endif /* not DEBUG */
\f
-/* Use this to suppress gcc's `...may be used before initialized' warnings. */
-#ifdef lint
-# define IF_LINT(Code) Code
-#else
-# define IF_LINT(Code) /* empty */
-#endif
-
\f
/* Set by `re_set_syntax' to the current regexp syntax to recognize. Can
also be assigned to arbitrarily: each pattern buffer stores its own
syntax, so it can be changed between regex compilations. */